home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 February (DVD)
/
PCWorld_2008-02_DVD.iso
/
v cisle
/
PHP
/
PHP.exe
/
xampp-win32-1.6.5-installer.exe
/
htdocs
/
restricted
/
user_pwd.sql
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-12-20
|
110 b
|
6 lines
CREATE TABLE user_pwd (
name CHAR(30) NOT NULL,
pass CHAR(32) NOT NULL,
PRIMARY KEY (name)
)